-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecations cleanup - Jandex, OpenTelemetry, SRye reactive messaging #32792
Conversation
rsvoboda
commented
Apr 20, 2023
- Reactive messaging - SRye Channel and Emitter leftovers, switch to MP based annotations
- OpenTelemetry - WithSpan and SpanAttribute deprecated package switch
- Jandex related - Replace deprecated WildcardType.create with createUpperBound and createLowerBound
- Jandex related - Replace deprecated ArrayType.component() with ArrayType.constituent()
/cc @Sanne (hibernate-orm), @brunobat (opentelemetry), @gsmet (hibernate-orm,hibernate-search), @radcortez (opentelemetry), @yrodiere (hibernate-orm,hibernate-search) |
🙈 The PR is closed and the preview is expired. |
Failing Jobs - Building 63d6a0a
Failures⚙️ JVM Tests - JDK 17 #- Failing: integration-tests/container-image/maven-invoker-way
📦 integration-tests/container-image/maven-invoker-way✖ |
integration-tests/container-image/maven-invoker-way fails with env related issue
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doc changes for OTel look good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jandex changes look good.
Specifically for the ArrayType.constituent()
method, I hoped that people who are familiar with the respective part of the code would eventually see that component()
is deprecated and figure out that they really should use either elementType()
or componentType()
, but this is OK too :-)